The following tables list the members exposed by SelectedCollectionBase<T>.
Name | Description | |
---|---|---|
Count | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
IsReadOnly | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
Item | (Inherited from Infragistics.Collections.CollectionBase<T>) |
Name | Description | |
---|---|---|
Items | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
PivotItem | Gets or sets the item that was first selected when the shift key was pressed down. | |
ShiftSelectedItems | Gets a collection of items that were selected while the shift key was down. |
Name | Description | |
---|---|---|
Add | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
AddRange | Adds the specified collection of items to this collection. | |
Clear | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
Contains | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
CopyTo | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
Dispose | Overloaded. (Inherited from Infragistics.Collections.CollectionBase<T>) | |
GetEnumerator | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
IndexOf | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
Insert | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
Remove | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
RemoveAt | (Inherited from Infragistics.Collections.CollectionBase<T>) |
Name | Description | |
---|---|---|
AddItem | Overridden. Adds the item at the specified index. | |
AddItemSilently | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
CreateNewInstance | Creates a new instance of this collection. | |
GetCount | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
GetItem | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
InsertItem | Overridden. Adds the item at the specified index. | |
OnItemAdded | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
OnItemRemoved | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
OnNotifyCollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
OnPropertyChanged | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
OnResetItems | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
OnSelectionChanged | Called when the Selection collection has changed. | |
RemoveItem | Overridden. Removes the item at the specified index. | |
RemoveItemSilently | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
ReplaceItem | Overridden. Replaces the item at the specified index with the specified item. | |
ResetItems | Overridden. Removes all items from the collection. | |
ResetItemsSilently | (Inherited from Infragistics.Collections.CollectionBase<T>) | |
SelectItem | Selects the specified item. |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<T>) |